Click or drag to resize

ServerVersionInfo Class

Represents the Microsoft Exchange Server version number.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeServerVersionInfo

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ServerVersionInfo

The ServerVersionInfo type exposes the following members.

Properties
  NameDescription
Public propertyMajorBuildNumber
Describes the major build number.
Public propertyMajorVersion
Describes the major version number.
Public propertyMinorBuildNumber
Describes the minor build number.
Public propertyMinorVersion
Describes the minor version number.
Public propertyVersion
Describes the Exchange Web Services (EWS) schema version.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also